[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Graph Unit
8514 Graphic Color Constants
PURPOSE: Constant declarations of colors used by Graphic procedures
REMARKS: Use these constants with SetRGBPalette to select the
standard EGA colors with an IBM 8514 graphics adapter.
Const
EGABlack = 0; EGADarkGray = 56;
EGABlue = 1; EGALightBlue = 57;
EGAGreen = 2; EGALightGreen = 58;
EGACyan = 3; EGALightCyan = 59;
EGARed = 4; EGALightRed = 60;
EGAMagenta = 5; EGALightMagenta = 61;
EGABrown = 20; EGAYellow = 62;
EGALightGray = 7; EGAWhite = 63;
See Also:
SetRGBPalette
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson